-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 [Frontend] Fix: Nodes seem unconnected during running of services #7895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [Frontend] Fix: Nodes seem unconnected during running of services #7895
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request addresses an issue by modifying the behavior in the NodeUI component.
- The commented-out resize listener has been left inactive, potentially affecting node decorator updates.
services/static-webserver/client/source/class/osparc/workbench/NodeUI.js
Outdated
Show resolved
Hide resolved
|
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 21c1a19 |
|



What do these changes do?
It would only happen when the lock that shows up while node is running would make the node resize.
Related issue/s
How to test
Dev-ops